home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Collections: Camelot
/
Camelot 105 (1991-02)(Swedish User Group of Amiga)(SE)(PD)[WB].zip
/
Camelot 105 (1991-02)(Swedish User Group of Amiga)(SE)(PD)[WB].adf
/
AmigaUUCP
/
README
< prev
next >
Wrap
Text File
|
1990-10-08
|
2KB
|
73 lines
To compile:
* You must have either DICE, or LATTICE C to compile. DICE's
DCC executable is included and may be used to compile under Aztec or
Lattice with the appropriate DCCOPTS enviroment variable set, but if
you ever get DICE you must be sure to delete the DCC executable that
is in this distribution.
AZTEC C USERS: Still not quite there, but the DCC does have a
-aztec option and most of UUCP *WILL* compile. However, there are
still things missing.
* Note that library construction is different under Lattice & Aztec C,
thus, different DMakefile's must be used (see below):
* The dmake executable is required (should be in UUCP:C)
* Object directories: (I normally put these on a different
partition on my HD). Holds .O files
assign DTMP: <some-temporary-directory-on-your-hard-disk>
MakeDir DTMP:uucp
MakeDir DTMP:uucp/lib
MakeDir DTMP:uucp/anews
MakeDir DTMP:uucp/dnews
MakeDir DTMP:uucp/dmail
* WARNING Multiple compiler users. If compiling under more than one
compile it is suggested you keep an object tree for each compiler,
reassign DTMP: as appropriate.
* WARNING 2.0 beta testers: you must use the 1.3 C:List command,
at least as of 1.4B2 List LFORMAT does not work.
* Make the whole shebang with the 'mkall' script in this directory,
or make individual directories manually by CDing into them and
running 'dmake'. If the latter course is chosen be sure the
link library 'lib' is made first.
Warning: I have no source to the 'Tar' executable in uucp:c,
be sure not to delete the executable accidently.
DICE:
execute mkall
LATTICE C:
copy uucp:c/dcc_compat t:DCC (and add T: to your path)
setenv DCCOPTS -lattice
MODIFY 'MKALL' TO SPECIFY 'DMakefile.lattice' instead of 'DMakefile.dice'
WHEN MAKING THE 'LIB' SUBDIRECTORY
execute mkall
AZTEC C: (note: not everything will compile yet)
copy uucp:c/dcc_compat t:DCC (and add T: to your path)
setenv DCCOPTS -aztec
MODIFY 'MKALL' TO SPECIFY 'DMakefile.lattice' instead of 'DMakefile.dice'
WHEN MAKING THE 'LIB' SUBDIRECTORY
execute mkall
-------